Feature: Edit tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 25.836s |
Scenario: Edit a tag successfully
Before
0m 1.731s
Given
I navigate to page "http://localhost:2368/ghost/"
0m 1.496s
And
I enter email "<ADMIN_EMAIL>"
0m 0.454s
And
I enter password "<ADMIN_PASSWORD>"
0m 0.408s
And
I click on the login button
0m 0.729s
And
I wait for 2 seconds
0m 2.287s
And
I click on tags option
0m 0.496s
And
I wait for 2 seconds
0m 2.293s
And
I click on the new tags button
0m 0.442s
And
I write "Nuevo tag" in the tag name
0m 0.392s
And
I write "Descripción de tag" in the tag description
0m 0.439s
And
I save the new tag
0m 0.451s
And
I wait for 2 seconds
0m 2.284s
And
I click on tags option
0m 0.372s
And
I wait for 2 seconds
0m 2.291s
When
I click the last tag in the list
0m 0.454s
And
I wait for 2 seconds
0m 2.278s
And
I write "Tag editado" in the tag name
0m 0.424s
And
I write "Descripción editada de tag" in the tag description
0m 0.453s
And
I save the new tag
0m 0.346s
And
I wait for 2 seconds
0m 2.310s
And
I click on tags option
0m 0.378s
And
I wait for 2 seconds
0m 2.290s
Then
I see that there is a tag in the list with name "Tag editado"
0m 0.322s
After
0m 0.016s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/"
And
I enter email "<ADMIN_EMAIL>"
And
I enter password "<ADMIN_PASSWORD>"
And
I click on the login button
And
I wait for 2 seconds
And
I click on tags option
And
I wait for 2 seconds
And
I click on the new tags button
And
I write "Nuevo tag" in the tag name
And
I write "Descripción de tag" in the tag description
And
I save the new tag
And
I wait for 2 seconds
And
I click on tags option
And
I wait for 2 seconds
When
I click the last tag in the list
And
I wait for 2 seconds
And
I write "Tag editado" in the tag name
And
I write "Descripción editada de tag" in the tag description
And
I save the new tag
And
I wait for 2 seconds
And
I click on tags option
And
I wait for 2 seconds
Then
I see that there is a tag in the list with name "Tag editado"
After
NO IMAGE AVAILABLE